🛡️

NIDS. NIPS

Intrusion Detection Fundamentals

Before deploying tools, we must understand the strategy. Network defense relies on visibility (IDS) and enforcement (IPS), utilizing two distinct "brains" for detection: Signatures and Anomalies. Explore the cards below to understand the differences.

Role Definition

📹

The Security Camera

An Intrusion Detection System is a visibility tool. It connects to a SPAN port or TAP and passively watches copies of traffic.

  • Passive Monitoring
  • No impact on network latency
  • ⚠️ Cannot stop attacks, only alert

Detection Logic

🧬

Pattern Matching

Compares traffic against a database of known threats (like Antivirus).

IF packet contains "0x909090" THEN Alert

Pros: Fast, Low False Positives

Cons: Blind to Zero-Days